SYNTAX:
HS_SET_DRV_DELAY(PINS, HS_DELAY);
NOTE: The argument which can use _C_Variable (PINS)
DESCRIPTION:
Set the delay time for HS pins.
REQUIRED ARGUMENT:
PARA1: PINS
Set HS pin.
PIN_GROUP_NAME or PIN_NAME or _C_Variable
PARA2: HS_DELAY
The delay time of HS pins
Delay time: 0pS ~ 2500.0pS
EXAMPLE:
HS_SET_BPS(7, 2, 500Mbps);
HS_SET_DRV_DELAY( HS_DATA, 1.0ns );
HS_SET_DRV_DELAY( HS_CLK, 2.3ns ); //hold
RUN_PATTERN(XXX:ST, XXX:SP, 7, 2);
HS_CLEAR_BPS_SETTING();